html {
	width: 100vw!important;
	height: 100vh!important;
    margin: 0!important;
    padding: 0!important;
    scroll-behavior: unset;
} 

body {
  width: 100vw!important;
  height: 100vh!important;
    margin: 0!important;
    padding: 0!important;
    scroll-behavior: unset;
} 

/*logo*/
.svg-icon {
  display: inline-block;
width: 20vw;
height: 20vw;
    min-width: 50px;
    min-height: 50px;
}

.logo {
width: 20vw;
height: 20vw;
      position: absolute;   
  left: calc(50% - 10vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 3;
  min-width: 55px;
}

/* мобильные */
@media (min-width: 100px) {
   .content {
    margin-top: max(6vw, 50px)!important;
   }
}

/* компьютеры, ноутбуки */
@media (min-width: 1000px) {
     .content {
    margin-top: 0vw!important;
   }
   
}

.omi_logo {
width: 100%;
position: absolute;
top: 0;
left: 0;
}

#M1, #M2, #M3 {
width: 100%;
height: 0;
/*position: absolute;*/
}


/*страница*/
.maincontainer {
  height: 100%;
  z-index: 1;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    scroll-behavior: unset;
    text-align: center;
}

.content{
    margin: 0;
    padding: 0;
    height: 100%;

}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.window {
  border: none;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
}

